You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #20124, support was added for passing a config file to configure addons so that users would not have to manually enter values in a prompt. The config file contents were of JSON structure mapping to the following schema:
In #20124, support was added for passing a config file to configure addons so that users would not have to manually enter values in a prompt. The config file contents were of JSON structure mapping to the following schema:
minikube/cmd/minikube/cmd/config/configure.go
Line 49 in 7b97f42
For ease of use it would be useful for users to be able to pass a YAML file (adhering to the same schema) instead.
The text was updated successfully, but these errors were encountered: